PyramidContentItem

Pyramid Content item object.

  • API Section: Objects
  • Type: Object

Properties

Name

Description

Required

Type

Format

id

The content item's ID

-

string

parentId

The content item's parent ID

-

string

caption

The content item's caption

-

string

itemType

The content item's type enumeration

-

ItemType

createdBy

The creator's user ID

-

string

createdDate

The create date of the item

-

integer

Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601

version

The version of the item

-

string

modifiedDate

The modified date if the item

-

integer

Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601

description

The description of the item

-

string

tenantId

The content item's related tenant ID

-

string

contentType

The content type enumeration

-

ContentType

isDeleted

is the item deleted

-

boolean

rootFolderType

The item root type

-

RootFolderType

Usages